# 1. Turn off WordPress routing for this folder so files serve directly
<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>

# 2. Allow access to everyone
Order Allow,Deny
Allow from all

# 3. Ensure JSON is treated as JSON (optional but good)
AddType application/json .json
